All Packages Class Hierarchy This Package Previous Next Index
Interface quicktime.app.display.Layerable
- public interface Layerable
An interface for dealing with display objects which are members of
QTDisplaySpaces. The use of this interface shields both the group and
its members from a required knowledge of layer characteristics. Thus
the group may use a helper object to contain and manage layers of
members, or it may keep the layering information internally and provide
a helper object that is not the member itself as the object that will
be able to set and get the layer information for a member
-
kBackMostLayer
- This is the Back most layer value for a group member
-
getLayer()
- Return the current layer of the Layerable object.
-
setLayer(int)
- Set the new layer of the Layerable object.
kBackMostLayer
public static final int kBackMostLayer
- This is the Back most layer value for a group member
getLayer
public abstract int getLayer() throws QTException
- Return the current layer of the Layerable object.
- Returns:
- the layer
setLayer
public abstract void setLayer(int layer) throws QTException
- Set the new layer of the Layerable object.
- Parameters:
- layer - the new layer
All Packages Class Hierarchy This Package Previous Next Index